Shikra drivers#773
Merged
Komal-Bajaj merged 4 commits intoqualcomm-linux:early/hwe/shikra/driversfrom Mar 24, 2026
Merged
Conversation
jprakash-qc
reviewed
Mar 10, 2026
jprakash-qc
requested changes
Mar 10, 2026
jprakash-qc
approved these changes
Mar 13, 2026
453e092 to
8dfb9a2
Compare
Komal-Bajaj
reviewed
Mar 18, 2026
| - qcom,sm8650-rpmhpd | ||
| - qcom,sm8750-rpmhpd | ||
| - qcom,x1e80100-rpmhpd | ||
| - qcom,shikra-rpmpd |
There was a problem hiding this comment.
please add in sorted alphabetical order
Komal-Bajaj
reviewed
Mar 18, 2026
| .max_state = RPM_SMD_LEVEL_TURBO_NO_CPR, | ||
| }; | ||
|
|
||
| static struct rpmpd *shikra_rpmpds[] = { |
Document the RPM Power Domains on the Shikra Platform. Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
Shikra has the same RPM power domains as QCM2290. Add shikra support by reusing QCM2290 power domains. Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
Document the pm8150 compatible string and available regulators in the QCOM SMD RPM regulator documentation. Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
The PM8150 is found on boards with shikra SoCs and It provides 10 SMPS and 18 LDO regulators. Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
689801d to
0827041
Compare
Komal-Bajaj
approved these changes
Mar 24, 2026
0d52dd0
into
qualcomm-linux:early/hwe/shikra/drivers
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for Shikra RPM power Domains.